home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Tele
/
T
/
Terminal 1.7.cpt
/
Terminal scripts
/
Hangup +++.s
next >
Wrap
Text File
|
1989-11-06
|
166b
|
13 lines
/*
Terminal 1.7
"Hangup +++.s"
*/
main()
{
type("+++"); /* Go into command mode */
pause(120); /* Wait 2 seconds */
type("ATH\r"); /* Hang up */
beep();
}